Erro no banco de dados do WordPress: [Table 'gx_yoast_indexable' already exists]
CREATE TABLE `gx_yoast_indexable` ( `id` int(11) UNSIGNED auto_increment NOT NULL, `permalink` mediumtext, `permalink_hash` varchar(191), `object_id` int(11) UNSIGNED, `object_type` varchar(32) NOT NULL, `object_sub_type` varchar(32), `author_id` int(11) UNSIGNED, `post_parent` int(11) UNSIGNED, `title` varchar(191), `description` text, `breadcrumb_title` varchar(191), `post_status` varchar(191), `is_public` tinyint(1), `is_protected` tinyint(1) DEFAULT '0', `has_public_posts` tinyint(1), `number_of_pages` int(11) UNSIGNED, `canonical` mediumtext, `primary_focus_keyword` varchar(191), `primary_focus_keyword_score` int(3), `readability_score` int(3), `is_cornerstone` tinyint(1) DEFAULT '0', `is_robots_noindex` tinyint(1) DEFAULT '0', `is_robots_nofollow` tinyint(1) DEFAULT '0', `is_robots_noarchive` tinyint(1) DEFAULT '0', `is_robots_noimageindex` tinyint(1) DEFAULT '0', `is_robots_nosnippet` tinyint(1) DEFAULT '0', `twitter_title` varchar(191), `twitter_image` mediumtext, `twitter_description` mediumtext, `twitter_image_id` varchar(191), `twitter_image_source` varchar(191), `open_graph_title` varchar(191), `open_graph_description` mediumtext, `open_graph_image` mediumtext, `open_graph_image_id` varchar(191), `open_graph_image_source` varchar(191), `open_graph_image_meta` text, `link_count` int(11), `incoming_link_count` int(11), `prominent_words_version` int(11) UNSIGNED, PRIMARY KEY (`id`)) DEFAULT CHARSET=utf8;

Erro no banco de dados do WordPress: [Duplicate key name 'object_type_and_sub_type']
CREATE INDEX `object_type_and_sub_type` ON `gx_yoast_indexable`(`object_type`, `object_sub_type`)

Erro no banco de dados do WordPress: [Duplicate column name 'created_at']
ALTER TABLE `gx_yoast_indexable` ADD `created_at` datetime

Erro no banco de dados do WordPress: [Duplicate column name 'updated_at']
ALTER TABLE `gx_yoast_indexable` ADD `updated_at` timestamp DEFAULT CURRENT_TIMESTAMP NOT NULL ON UPDATE CURRENT_TIMESTAMP

Erro no banco de dados do WordPress: [Table 'gx_yoast_primary_term' already exists]
CREATE TABLE `gx_yoast_primary_term` ( `id` int(11) UNSIGNED auto_increment NOT NULL, `post_id` int(11) UNSIGNED NOT NULL, `term_id` int(11) UNSIGNED NOT NULL, `taxonomy` varchar(32) NOT NULL, PRIMARY KEY (`id`)) DEFAULT CHARSET=utf8;

Erro no banco de dados do WordPress: [Duplicate key name 'post_taxonomy']
CREATE INDEX `post_taxonomy` ON `gx_yoast_primary_term`(`post_id`, `taxonomy`)

Erro no banco de dados do WordPress: [Duplicate key name 'post_term']
CREATE INDEX `post_term` ON `gx_yoast_primary_term`(`post_id`, `term_id`)

Erro no banco de dados do WordPress: [Duplicate column name 'created_at']
ALTER TABLE `gx_yoast_primary_term` ADD `created_at` datetime

Erro no banco de dados do WordPress: [Duplicate column name 'updated_at']
ALTER TABLE `gx_yoast_primary_term` ADD `updated_at` timestamp DEFAULT CURRENT_TIMESTAMP NOT NULL ON UPDATE CURRENT_TIMESTAMP

Erro no banco de dados do WordPress: [Table 'gx_yoast_indexable_hierarchy' already exists]
CREATE TABLE `gx_yoast_indexable_hierarchy` ( `indexable_id` int(11) UNSIGNED, `ancestor_id` int(11) UNSIGNED, `depth` int(11) UNSIGNED, PRIMARY KEY (`indexable_id`,`ancestor_id`)) DEFAULT CHARSET=utf8;

Erro no banco de dados do WordPress: [Duplicate key name 'indexable_id']
CREATE INDEX `indexable_id` ON `gx_yoast_indexable_hierarchy`(`indexable_id`)

Erro no banco de dados do WordPress: [Duplicate key name 'ancestor_id']
CREATE INDEX `ancestor_id` ON `gx_yoast_indexable_hierarchy`(`ancestor_id`)

Erro no banco de dados do WordPress: [Duplicate key name 'depth']
CREATE INDEX `depth` ON `gx_yoast_indexable_hierarchy`(`depth`)

Erro no banco de dados do WordPress: [Duplicate column name 'blog_id']
ALTER TABLE `gx_yoast_indexable` ADD `blog_id` bigint(20) DEFAULT 1 NOT NULL

Erro no banco de dados do WordPress: [Duplicate column name 'blog_id']
ALTER TABLE `gx_yoast_indexable_hierarchy` ADD `blog_id` bigint(20) DEFAULT 1 NOT NULL

Erro no banco de dados do WordPress: [Duplicate column name 'blog_id']
ALTER TABLE `gx_yoast_primary_term` ADD `blog_id` bigint(20) DEFAULT 1 NOT NULL

Erro no banco de dados do WordPress: [Duplicate column name 'language']
ALTER TABLE `gx_yoast_indexable` ADD `language` varchar(32)

Erro no banco de dados do WordPress: [Duplicate column name 'region']
ALTER TABLE `gx_yoast_indexable` ADD `region` varchar(32)

Erro no banco de dados do WordPress: [Duplicate column name 'schema_page_type']
ALTER TABLE `gx_yoast_indexable` ADD `schema_page_type` varchar(64)

Erro no banco de dados do WordPress: [Duplicate column name 'schema_article_type']
ALTER TABLE `gx_yoast_indexable` ADD `schema_article_type` varchar(64)

Erro no banco de dados do WordPress: [Duplicate key name 'object_id_and_type']
CREATE INDEX `object_id_and_type` ON `gx_yoast_indexable`(`object_id`, `object_type`)

Erro no banco de dados do WordPress: [Duplicate column name 'has_ancestors']
ALTER TABLE `gx_yoast_indexable` ADD `has_ancestors` tinyint(1) DEFAULT '0'

Erro no banco de dados do WordPress: [Duplicate column name 'indexable_id']
ALTER TABLE `gx_yoast_seo_links` ADD `indexable_id` int(11) UNSIGNED

Erro no banco de dados do WordPress: [Duplicate column name 'target_indexable_id']
ALTER TABLE `gx_yoast_seo_links` ADD `target_indexable_id` int(11) UNSIGNED

Erro no banco de dados do WordPress: [Duplicate column name 'height']
ALTER TABLE `gx_yoast_seo_links` ADD `height` int(11) UNSIGNED

Erro no banco de dados do WordPress: [Duplicate column name 'width']
ALTER TABLE `gx_yoast_seo_links` ADD `width` int(11) UNSIGNED

Erro no banco de dados do WordPress: [Duplicate column name 'size']
ALTER TABLE `gx_yoast_seo_links` ADD `size` int(11) UNSIGNED

Erro no banco de dados do WordPress: [Duplicate column name 'language']
ALTER TABLE `gx_yoast_seo_links` ADD `language` varchar(32)

Erro no banco de dados do WordPress: [Duplicate column name 'region']
ALTER TABLE `gx_yoast_seo_links` ADD `region` varchar(32)

Erro no banco de dados do WordPress: [Duplicate key name 'indexable_link_direction']
CREATE INDEX `indexable_link_direction` ON `gx_yoast_seo_links`(`indexable_id`, `type`)

Erro no banco de dados do WordPress: [Duplicate key name 'subpages']
CREATE INDEX `subpages` ON `gx_yoast_indexable`(`post_parent`, `object_type`, `post_status`, `object_id`)

Erro no banco de dados do WordPress: [Duplicate column name 'estimated_reading_time_minutes']
ALTER TABLE `gx_yoast_indexable` ADD `estimated_reading_time_minutes` int(11)

Erro no banco de dados do WordPress: [Duplicate column name 'version']
ALTER TABLE `gx_yoast_indexable` ADD `version` int(11) DEFAULT 1

Erro no banco de dados do WordPress: [Duplicate column name 'object_last_modified']
ALTER TABLE `gx_yoast_indexable` ADD `object_last_modified` datetime

Erro no banco de dados do WordPress: [Duplicate column name 'object_published_at']
ALTER TABLE `gx_yoast_indexable` ADD `object_published_at` datetime

Erro no banco de dados do WordPress: [Duplicate key name 'published_sitemap_index']
CREATE INDEX `published_sitemap_index` ON `gx_yoast_indexable`(`object_published_at`, `is_robots_noindex`, `object_type`, `object_sub_type`)

Erro no banco de dados do WordPress: [Duplicate column name 'inclusive_language_score']
ALTER TABLE `gx_yoast_indexable` ADD `inclusive_language_score` int(3)

Warning: Cannot modify header information - headers already sent by (output started at /home/gatasx/web/gatasx.com/public_html/wp-includes/class-wpdb.php:1850) in /home/gatasx/web/gatasx.com/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831 Warning: Cannot modify header information - headers already sent by (output started at /home/gatasx/web/gatasx.com/public_html/wp-includes/class-wpdb.php:1850) in /home/gatasx/web/gatasx.com/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831 Warning: Cannot modify header information - headers already sent by (output started at /home/gatasx/web/gatasx.com/public_html/wp-includes/class-wpdb.php:1850) in /home/gatasx/web/gatasx.com/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831 Warning: Cannot modify header information - headers already sent by (output started at /home/gatasx/web/gatasx.com/public_html/wp-includes/class-wpdb.php:1850) in /home/gatasx/web/gatasx.com/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831 Warning: Cannot modify header information - headers already sent by (output started at /home/gatasx/web/gatasx.com/public_html/wp-includes/class-wpdb.php:1850) in /home/gatasx/web/gatasx.com/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831 Warning: Cannot modify header information - headers already sent by (output started at /home/gatasx/web/gatasx.com/public_html/wp-includes/class-wpdb.php:1850) in /home/gatasx/web/gatasx.com/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1831 {"code":"rest_no_route","message":"Nenhuma rota foi encontrada que corresponde com o URL e o m\u00e9todo de requisi\u00e7\u00e3o.","data":{"status":404}}